home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / sgverinf / HHUPD.EXE / RCDATA / CABINET / hhupd.inf < prev    next >
INI File  |  1998-01-07  |  831b  |  39 lines

  1. [Version]
  2. Signature=$CHICAGO$
  3. AdvancedINF=2.5,"You need a newer version of Advpack.dll"
  4.  
  5. [SourceDisksNames]
  6. 1="%MSAppName%",,0
  7.  
  8. [DefaultInstall]
  9. Copyfiles = HHCopy, HHSystemCopy
  10. AddReg = HHReg
  11. RegisterOCXs = HHRegisterOCX
  12. RunPostSetupCommands = HHCustomRegister
  13.  
  14. [HHCopy]
  15. hh.exe,,,32
  16.  
  17. [HHSystemCopy]
  18. hhctrl.ocx,,,32
  19. itss.dll,,,32
  20. itircl.dll,,,32
  21.  
  22. [HHReg]
  23. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"hhctrl.ocx",,"%11%\regsvr32 /s %11%\hhctrl.ocx"
  24.  
  25. [DestinationDirs]
  26. HHCopy = 25    ; windows
  27. HHSystemCopy = 11    ; windows\system
  28.  
  29. [Strings]
  30. MSAppName = "HTML Help"
  31.  
  32. [HHCustomRegister]
  33. ;
  34. ; Need to call regsvr32 because we must have the current directory
  35. ; set to the location of hhctrl.ocx, or it will register itircl and itss
  36. ; in the TEMP directory
  37. ;
  38. "%11%\regsvr32 /s %11%\hhctrl.ocx"
  39.